home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / fs / hostfs / Makefile
Encoding:
Makefile  |  2008-12-24  |  206 b   |  12 lines

  1. #
  2. # Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
  3. # Licensed under the GPL
  4. #
  5.  
  6. hostfs-objs := hostfs_kern.o hostfs_user.o
  7.  
  8. obj-y :=
  9. obj-$(CONFIG_HOSTFS) += hostfs.o
  10.  
  11. include arch/um/scripts/Makefile.rules
  12.